home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue57 / DragDrop / DllDrag.dpr next >
Encoding:
Text File  |  2000-03-23  |  187 b   |  16 lines

  1. library DllDrag;
  2.  
  3. uses
  4.   SysUtils,
  5.   Classes,
  6.   DllFormU in 'DllFormU.pas' {DLLForm},
  7.   DLLDragObject in 'DLLDragObject.pas';
  8.  
  9. {$R *.RES}
  10.  
  11. exports
  12.   ShowForm;
  13.  
  14. begin
  15. end.
  16.